home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
pure_adr.swf
/
scripts
/
DefineButton2_241
/
BUTTONCONDACTION on(keyPress Space).as
< prev
next >
Wrap
Text File
|
2008-11-12
|
122b
|
8 lines
on(keyPress "<Space>"){
tellTarget("/estrada")
{
gotoAndStop(_currentframe);
}
gotoAndStop(1);
}